home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pdox693.zip / TI503.ASC < prev    next >
Text File  |  1992-08-12  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.   PRODUCT  :  Paradox                                NUMBER  :  503
  8.   VERSION  :  3.5 & earlier
  9.        OS  :  DOS
  10.      DATE  :  August 12, 1992                          PAGE  :  1/2
  11.  
  12.     TITLE  :  Using the Personal Programmer on a Local Hard Drive
  13.               to Design a Single User Network Application
  14.  
  15.  
  16.  
  17.  
  18.   The Personal Programmer was designed, and is primarily intended
  19.   for, program prototyping and design.  As mentioned in Chapter 1
  20.   of the Personal Programmer Guide, applications created with the
  21.   Personal Programmer can run on a network; however, they are not
  22.   optimized for network use.  Applications developed in the
  23.   Personal Programmer DO NOT SUPPORT MULTIUSER NETWORK
  24.   APPLICATIONS.  The information below provides guidelines in
  25.   creating a single user application which can be run from a
  26.   network.
  27.  
  28.   The Personal Programmer requires a total of 580K free to run, we
  29.   recommend insuring that you have at least 590K of RAM memory
  30.   prior to running PPROG.  With these memory requirements, it is
  31.   normally not feasible to have network drivers loaded when working
  32.   in PPROG.  You can easily check available memory by running the
  33.   DOS program CHKDSK to determine the available bytes free.
  34.  
  35.   PPROG cannot be run from the network.  Instead, install and run
  36.   PPROG on a stand alone machine, then after the application is
  37.   complete, transfer it to the network server.  The following steps
  38.   will allow you to install PPROG on a local hard disk of a node on
  39.   the network:
  40.  
  41.      1.  While linked to the network server, create a Paradox
  42.          directory on the local hard disk.
  43.  
  44.      2.  Copy all the files from the Paradox directory on the
  45.          network server to the local Paradox directory.
  46.  
  47.      3.  Install PPROG on the local hard disk.
  48.  
  49.      4.  Set the node to run in stand alone mode.  (Eliminate all
  50.          network drivers and TSR's.)
  51.  
  52.      5.  Log to the new Paradox\PPROG directory and type PPROG to
  53.          make sure it has been installed correctly.
  54.  
  55.      6.  Once you have verified that PPROG is OK, you can delete
  56.          all the files from the Paradox directory.  They only need
  57.          to be present when installing PPROG.
  58.  
  59.      7.  Build your application using the local hard disk.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.   PRODUCT  :  Paradox                                NUMBER  :  503
  74.   VERSION  :  3.5 & earlier
  75.        OS  :  DOS
  76.      DATE  :  August 12, 1992                          PAGE  :  2/2
  77.  
  78.     TITLE  :  Using the Personal Programmer on a Local Hard Drive
  79.               to Design a Single User Network Application
  80.  
  81.  
  82.  
  83.  
  84.      8.  Transfer the completed application to the network server.
  85.  
  86.      9.  In interactive Paradox, run the {Application Name}lib.sc
  87.          script to rebuild the libraries in the new directory.
  88.  
  89.             a.  From the Paradox Main Menu, select Tools | More |
  90.                 Directory
  91.  
  92.             b.  Type in the path name of the directory where your
  93.                 PPROG application resides.  Press <Enter>, then
  94.                 select OK.
  95.  
  96.             c.  From the Paradox Main Menu, select Scripts | Play
  97.  
  98.             d.  Type in the library script name.  This will be the
  99.                 name of your application followed by the letters
  100.                 "lib".  For example, if your application name is
  101.                 "Video", type in the script named "Videolib".
  102.  
  103.   DISCLAIMER: You have the right to use this technical information
  104.   subject to the terms of the No-Nonsense License Statement that
  105.   you received with the Borland product to which this information
  106.   pertains.
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.